CiscoXaaSAPI
API Gateway Connection Errors
Error Codes | HTTPS Status | Error Message |
---|---|---|
MGW-001 | 504 | Exception due to Timeout |
Corrective Action: This happens when there is too much load. Please retry after sometime. | ||
MGW-002 | 403 | RequestSize value set on subscription policy not allowed |
Corrective Action: Request Payload size too large. Provide smaller requests. | ||
MGW-003 | 403 | ResponseSize value set on subscription policy not allowed |
Corrective Action: Response size provided by backend too large. This should not happen. In the event it does happen, please contact Cisco support with necessary IDs such as UUID, api-message-id | ||
MGW-004 | 403 | ResponseTime value set on subscription policy not allowed |
Corrective Action: Backend Service timed out due to heavy load. Please retry your request after sometime. | ||
MGW-005 | 403 | Tps value set on subscription policy not allowed |
Corrective Action: You probably exceed number of transactions you can invoke per second. Please reduce your threads / concurrency. | ||
MGW-006 | 403 | ConnectionTime value set on responsetimeout policy not allowed |
Corrective Action: Timeout Error. Please retry after sometime. | ||
MGW-007 | 403 | Request Denied - Security Policy violation |
Corrective Action: Call Quote Violated. Wait until Quota resets which is after next day GMT time. | ||
MGW-008 | 403 | Request Denied - Mandatory Policy violation |
Corrective Action: Call Quote Violated. Wait until Quota resets which is after next day GMT time. | ||
MGW-009 | 403 | Request Denied - Mandatory Policy violation (env not found) |
Corrective Action: Call Quote Violated. Wait until Quota resets which is after next day GMT time. | ||
MGW-010 | 400 | Bad Request. Please ensure payload conforms to schema |
Corrective Action: Schema constraints violated. Please fix the payload to conform to Schema. | ||
MGW-011 | 400 | Bad query parameters. Please ensure valid query parameters are used. |
Corrective Action: Please ensure valid query parameter names and the correct data types for values are used. | ||
MGW-012 | 404 | Bad Request. Resource not found |
Corrective Action: Check URL context. You are referring to a context that does not exist. | ||
MGW-013 | 405 | Bad Request. Please check the HTTP method. |
Corrective Action: You have invoked this API on an unsupproted HTTP method..for e.g. PUT or PEEK when the API only supports a valid list such as POST only. | ||
MGW-014 | 500 | Unknown Exception. |
Corrective Action: Please retry your transaction after sometime unless another corrective action is specified in the response message. | ||
MGW-100 | 404 | Resource not Found |
Corrective Action: Check URL context. You are referring to a context that does not exist. example. actual context could be /ccw/api/v1.0/subscription but you might be invoking /CCW/VPI/V1.0 ... which does not exist. | ||
MGW-101 | 400 | Bad Request. Please ensure payload conforms to schema |
Corrective Action: Schema constraints violated. Please fix the payload to conform to Schema. | ||
MGW-102 | 405 | Method not allowed |
Corrective Action: You might be invoking an API with HTTP method as POST while it may be supporting only GET. Please refer to API Reference for supported HTTP methods. | ||
MGW-103 | 504 | Gateway Timeout |
Corrective Action: Please retry your transaction after sometime. | ||
MGW-104 | 500 | Unknown Exception |
Corrective Action: Please retry your transaction after sometime unless another corrective action is specified in the response message. |
Reviews
CiscoXaaSAPI doesn't have any reviews yet